[wechall] Baconian

digraph G {
    rankdir="LR";
    node[shape="point"];
    edge[arrowhead="none"]

    {
        rank="same";
        "client"[shape="plaintext"];
        "client" -> step0 -> step2 -> step4 -> step6 -> step8;
    }

    {
        rank="same";
        "server"[shape="plaintext"];
        "server" -> step1 -> step3 -> step5 -> step7 -> step9;
    }
    step0 -> step1[label="code.php?mode=hl&src=solution.php",arrowhead="normal"];
    step3 -> step2[label="@solve",arrowhead="normal"];
}

solve

  • 파라미터 조건을 만족할 경우 solution.php 파일을 읽을 수 있습니다.